From: cl349@firebug.cl.cam.ac.uk Date: Mon, 24 Apr 2006 10:21:16 +0000 (+0100) Subject: Restore default KERNELS list. X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~16117^2~12 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/success//%22http:/www.example.com/cgi/success/?a=commitdiff_plain;h=3e4e48bbd57253f0f93c9b1ed342c3f15e6d4630;p=xen.git Restore default KERNELS list. Signed-off-by: Christian Limpach --- diff --git a/Makefile b/Makefile index 5ecea537e1..625c81c666 100644 --- a/Makefile +++ b/Makefile @@ -2,8 +2,7 @@ # Grand Unified Makefile for Xen. # -#KERNELS ?= linux-2.6-xen -KERNELS ?= linux-2.6-xen0 linux-2.6-xenU +KERNELS ?= linux-2.6-xen # You may use wildcards in the above e.g. KERNELS=*2.6* XKERNELS := $(foreach kernel, $(KERNELS), $(patsubst buildconfigs/mk.%,%,$(wildcard buildconfigs/mk.$(kernel))) )